optional argument

英 [ˈɒpʃənl ˈɑːɡjumənt] 美 [ˈɑːpʃənl ˈɑːrɡjumənt]

网络  可选参数; 选择性参数; 选择性的参数

计算机



双语例句

  1. You can add an optional argument, a variable that holds the return code from the external program, such as0 for success, which provides a better mechanism for debugging.
    您可以添加可选的参数,即保存从外部程序返回的代码的变量,比如表示成功的0,这为调试提供更好的机制。
  2. The optional input or output argument explain_schema can be used to specify the schema for the explain tables where EXPLAIN information should be saved.
    可选的输入或输出参数explainschema可用于指定保存EXPLAIN信息的解释表的模式。
  3. The first argument is the substring, the second argument is the search string, and an optional starting position can be supplied as a third argument.
    第一个参数是子字符串,第二个参数是搜索字符串,可选的起始位置可以提供作为第三个参数。
  4. A second optional argument to the Phar:: createDefaultStub() method allows you to include a different file if the Phar is loaded from a Web server.
    如果从Web服务器加载Phar,Phar::createDefaultStub()方法的第二个可选参数允许包含一个不同的文件。
  5. Each method call and optional closure argument defines a bean and sets bean properties.
    每个方法调用和可选的闭包参数定义一个bean,并设置bean属性。
  6. As explained earlier, the method stub can include an optional callback JavaScript function as its last argument.
    正如之前所解释的,方法存根可以包括一个可选的回调JavaScript函数作为其最后一个实参。
  7. To put the RSS feed aggregator to work, you have to use the following command syntax ( note that the last token at the end of the command syntax below is an optional command-line argument)
    要想让RSS提要聚合器开始工作,必须使用下面的命令语法(注意此命令语法末的最后一个标记是一个可选的命令行参数)
  8. JQuery allows an optional fourth argument to these get/ post methods that lets you define ahead of the time the type of return value you are expecting from the server.
    jQuery还允许get/post方法有可选的第四个参数,以便提前就能指定由服务器返回值的类型。
  9. This article doesn't explore it, but size accepts an optional third argument for mode.
    本文无意对此做深入探讨,但size接受可选的第三个参数mode。
  10. Both functions have a final, optional argument that, if True, specifies that pickles will be created using a faster and smaller binary representation.
    两者都有一个final参数(可选),如果为True,则该参数指定用更快以及更小的二进制表示来创建pickle。
  11. Recall that the constructor takes the cache object as an optional argument.
    回想一下,构造函数以可选参数的方式接受缓存对象。
  12. An optional argument that specifies which database to modify.
    这个可选参数指定要修改哪个数据库。
  13. Optional argument must be Variant or intrinsic type with a default value
    可选参数必须是变体型或带有默认值的固有类型
  14. When you pass a character string as an optional argument, you must cast it explicitly as LPCTSTR.
    当把字符串当作参数传递的时候,必须象LPCTSTR一样明确地声明它。
  15. An optional argument allows you to delete only older e-mails by providing a date and time.
    某个可选参数通过提供日期和时间,允许您仅删除较早的电子邮件。
  16. An optional integer argument that can be used to specify the order in which the functions associated with a particular action are executed ( default: 10).
    一个可选的整型参数,它用来指明在结合特定事件的多个函数中,当前函数被执行的顺序(缺省为10)。
  17. An optional argument; if specified, the evaluation is restricted to the context of the specified object.
    一个可选参数;如果指定了,这个运行限制在指定对象的范围内。
  18. Returns True if an optional argument has not been passed
    如果一个可选参数尚未被传递,则返回真
  19. The open-parenthesis is followed by an optional argument list.
    开括号后面跟着一个可选的参数列表。